home *** CD-ROM | disk | FTP | other *** search
/ NeXT Enterprise Objects Framework 1.1 / NeXT Enterprise Objects Framework 1.1.iso / NextDeveloper / Headers / eointerface / EOImageAssociation.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-28  |  352 b   |  24 lines

  1. // EOImageAssociation
  2. // Enterprise Objects Framework
  3. // 
  4. // Copyright 1993 NeXT Computer, Inc.
  5. // All Rights Reserved
  6.  
  7. #ifdef SHLIB
  8. #import "shlib.h"
  9. #endif
  10.  
  11. #import "EOAssociation.h"
  12.  
  13. @class Window;
  14.  
  15. @interface EOImageAssociation: EOAssociation
  16. {
  17. }
  18.  
  19. // Target/action method for destination to send to
  20. - controlActed:sender;
  21. - (Window *)window;
  22.  
  23. @end
  24.